body {
    font-size: 1.5rem;
    line-height: 1;
}

.form-login {
    z-index: 2;
    position: relative;
}

.form-border-group {
    position: relative;
    padding: 10px 30px;
}

.form-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.form-border::before,
.form-border::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.form-border::before {
    border: 3px solid #a97b50;
}

.form-border::after {
    left: 7px;
    top: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 2px solid #a97b50;
}

.form-border > span {
    width: 40px;
    height: 40px;
    background: #e6e7e9;
    border-radius: 50%;
    border: 3px solid #a97b50;
    display: block;
    position: absolute;
}

.form-border > span:nth-child(1) {
    top: -20px;
    left: -20px;
}

.form-border > span:nth-child(2) {
    top: -20px;
    right: -20px;
}

.form-border > span:nth-child(3) {
    bottom: -20px;
    right: -20px;
}

.form-border > span:nth-child(4) {
    bottom: -20px;
    left: -20px;
}

.text-sign-up {
    color: #0c6638;
    text-decoration: none;
    border-bottom: 1px solid #0c6638;
    padding-bottom: 5px;
}

.forget-password {
    text-decoration: none;
    color: black;
}
